Properly configure GNUstep libraries
authorAndreas Schwab <schwab@linux-m68k.org>
Sat, 29 Dec 2012 19:37:32 +0000 (20:37 +0100)
committerAndreas Schwab <schwab@linux-m68k.org>
Sat, 29 Dec 2012 19:37:32 +0000 (20:37 +0100)
commit524edb9864a27b8b9c8bda3f1a664886929f989a
treed0e63d64919694d586caccfd50d7c6c7e502eedc
parent41a69134f9c95143742553dcb99425c5999b18b8
Properly configure GNUstep libraries

* configure.ac (TEMACS_LDFLAGS2): Don't define.
(LIBS_GNUSTEP): Set for GNUstep and substitute.
(LD_SWITCH_SYSTEM_TEMACS): Don't set for GNUstep.

* src/Makefile.in (TEMACS_LDFLAGS2): Remove.
(LIBS_GNUSTEP): Define.
(LIBES): Add $(LIBS_GNUSTEP).
(temacs$(EXEEXT)): Use $(LDFLAGS) instead of $(TEMACS_LDFLAGS2).
ChangeLog
configure.ac
src/ChangeLog
src/Makefile.in